home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / advwarn.arc / READ.ME next >
Text File  |  1987-07-06  |  3KB  |  63 lines

  1. ---------------------        !!! CHANGE OF ADDRESS !!!   -----------------
  2.  
  3.        I've moved!  My new address is:
  4.  
  5.                                1712 Maple Hill Place
  6.                                Alexandria, VA 22302
  7.  
  8. ---------------------        !!! CHANGE OF ADDRESS !!!   -----------------
  9.  
  10.  
  11.      WARNING!  Microsoft's QuickBASIC compiler version 3.0 has a BUG in it
  12. that affects ADVBAS users!  If you compile a program using ADVBAS in the
  13. programming environment with the compile-to-BCOM30 option, the results
  14. will be unreliable at best.  If you need to generate stand-alone programs,
  15. do not use the programming environment with compile-to-BCOM30.  Instead,
  16. compile from the command line.  Check your QuickBASIC manual for more
  17. information if you are unfamiliar with that method.  A typical syntax will
  18. be:
  19.  
  20.    QB filename/O;
  21.  
  22. with a letter "O", not the number zero.  You may need additional switches
  23. besides the "/O", depending on your program.
  24.  
  25.      If you run into trouble with ADVBAS, please read the Operation Notes
  26. at the beginning of the ADVBAS.DOC manual.  Remember to declare any
  27. numeric variables used with ADVBAS routines as integers!
  28.  
  29.      ADVBAS comes with a complete set of object files for its routines.
  30. This will allow you to create your own QuickBASIC v2.x compatible library
  31. using the BUILDLIB utility provided with QuickBASIC. In order to create
  32. the library, use "BUILDLIB <ADVBAS.QB".  This will create ADVBAS.EXE from
  33. the object files.  You may edit ADVBAS.QB to include your own routines to
  34. create a customized ADVBAS.EXE.
  35.  
  36.      You may also create a customized version of ADVBAS.LIB if you have
  37. the LIB utility.  LIB comes with many of Microsoft's languages.  Here, the
  38. command is "LIB <ADVBAS.BS" to create the library.  Use a disk which does
  39. not already contain ADVBAS.LIB.
  40.  
  41.      The ADVBAS object files have been grouped in an archive, OBJECT.ARC,
  42. in order to reduce space requirements.  If you got ADVBAS from a BBS, just
  43. unARC this file the way you normally would.
  44.  
  45.      Contributors unfamilar with archives should use the enclosed ARCE
  46. utility to access the archive files.  The object code can be accessed
  47. using the command "ARCE OBJECT", and the source code by "ARCE SOURCE".
  48.  
  49.      My thanks to Vern Buerg,  an author of ARCE, for his permission to
  50. include this handy utility with the ADVBAS disk.
  51.  
  52.  
  53. ***********---------------------------------------------------------***********
  54.                                  NOTICE!
  55.  
  56.       The object files are included for your convenience in creating your
  57.       own customized version of ADVBAS.  Such libraries are for your own
  58.       personal use only.  You may not distribute modified libraries to the
  59.       general public!  Such distribution is in violation of my copyright,
  60.       and I will not be amused.
  61.  
  62. ***********---------------------------------------------------------***********
  63.